Click or drag to resize

HeaderContainsValue Method

Determines whether the Header contains a specific header value.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public bool ContainsValue(
	string headerValue
)

Parameters

headerValue
Type: SystemString
A string represents header value.

Return Value

Type: Boolean
True if the Header contains an element with the specified value; otherwise, false.
See Also